home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / jpi / aboutfrm.frm next >
Text File  |  1997-12-02  |  2KB  |  55 lines

  1. VERSION 5.00
  2. Begin VB.Form AboutFrm 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "About"
  5.    ClientHeight    =   855
  6.    ClientLeft      =   4650
  7.    ClientTop       =   4290
  8.    ClientWidth     =   4185
  9.    LinkTopic       =   "Form2"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   855
  13.    ScaleWidth      =   4185
  14.    ShowInTaskbar   =   0   'False
  15.    Begin VB.Label Label2 
  16.       Caption         =   "Object Editor V1.0 by Michael Jennings"
  17.       BeginProperty Font 
  18.          Name            =   "MS Sans Serif"
  19.          Size            =   8.25
  20.          Charset         =   0
  21.          Weight          =   400
  22.          Underline       =   0   'False
  23.          Italic          =   0   'False
  24.          Strikethrough   =   0   'False
  25.       EndProperty
  26.       Height          =   255
  27.       Left            =   120
  28.       TabIndex        =   1
  29.       Top             =   480
  30.       Width           =   3975
  31.    End
  32.    Begin VB.Label Label1 
  33.       Caption         =   "Jump-Point: Ion"
  34.       BeginProperty Font 
  35.          Name            =   "MS Sans Serif"
  36.          Size            =   9.75
  37.          Charset         =   0
  38.          Weight          =   700
  39.          Underline       =   0   'False
  40.          Italic          =   0   'False
  41.          Strikethrough   =   0   'False
  42.       EndProperty
  43.       Height          =   255
  44.       Left            =   120
  45.       TabIndex        =   0
  46.       Top             =   120
  47.       Width           =   3975
  48.    End
  49. End
  50. Attribute VB_Name = "AboutFrm"
  51. Attribute VB_GlobalNameSpace = False
  52. Attribute VB_Creatable = False
  53. Attribute VB_PredeclaredId = True
  54. Attribute VB_Exposed = False
  55.